home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Demos
/
ByCompany
/
SUMERIS
/
QuantaFlow
/
QuantaFlow.app
/
English.lproj
/
AlertAccountImportPanel.nib
/
data.classes
next >
Wrap
Text File
|
1993-12-17
|
1KB
|
96 lines
TableCtrl = {
ACTIONS = {
clear:;
select:;
save:;
deleteAllRows:;
insert:;
update:;
delete:;
};
OUTLETS = {
delegate;
joinTableCtrl;
database;
};
SUPERCLASS = Object;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
QuantaApp = {
ACTIONS = {
import:;
orderFrontInspectorPanel:;
terminate:;
changeLayout:;
print:;
info:;
help:;
appDidInit:;
};
OUTLETS = {
inspectorCtrl;
infoDatabasePathname;
mainDatabase;
infoCtrl;
help;
version;
infoPanel;
};
SUPERCLASS = Application;
};
AlertAccountImportPanel = {
ACTIONS = {
update:;
cancel:;
ok:;
resetPanel:;
};
OUTLETS = {
accountCodeField;
panel;
messageField;
accountNameField;
repeatSwitch;
};
SUPERCLASS = Object;
};
QuantaAdmin = {
ACTIONS = {
appDidInit:;
install:;
showCompanyWindow:;
showLoginCtrl:;
killServer:;
info:;
stopServer:;
registration:;
};
OUTLETS = {
mainCtrl;
loginCtrl;
};
SUPERCLASS = QuantaApp;
};
InterfaceCtrl = {
ACTIONS = {
clearInterface:;
clear:;
select:;
save:;
addRow:;
insertRow:;
insert:;
reload:;
destinationChanged:;
deleteRow:;
};
OUTLETS = {
interface;
};
SUPERCLASS = TableCtrl;
};